Setup dependabot to do rust-toolchain updates - #23633
Open
Jefffrey wants to merge 6 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #23633 +/- ##
==========================================
+ Coverage 80.66% 80.70% +0.03%
==========================================
Files 1095 1095
Lines 372294 372542 +248
Branches 372294 372542 +248
==========================================
+ Hits 300324 300642 +318
+ Misses 54055 53934 -121
- Partials 17915 17966 +51 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Jefffrey
commented
Jul 28, 2026
| schedule: | ||
| interval: "weekly" | ||
| labels: [auto-dependencies] | ||
| labels: [auto-dependencies, development-process] |
Contributor
Author
There was a problem hiding this comment.
driveby since we might as well label our github action/pip bumps with this label too
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
apparently dependabot can do this for us
though not sure how useful it may be since theres usually clippy fixes that accompany this 🤔
worth enabling this so at least there wont be cases of us forgetting to bump it when a new version drops?